google.golang.org/protobuf/internal/encoding/json.Token.kind (field)
25 uses
google.golang.org/protobuf/internal/encoding/json (current package)
decode.go#L82: switch tok.kind {
decode.go#L85: d.lastToken.kind&scalar|ObjectClose|ArrayClose == 0 {
decode.go#L104: if d.lastToken.kind&(ObjectOpen|comma) == 0 {
decode.go#L113: tok.kind = Name
decode.go#L120: d.openStack = append(d.openStack, tok.kind)
decode.go#L124: d.lastToken.kind == comma ||
decode.go#L132: d.lastToken.kind == comma ||
decode.go#L140: d.lastToken.kind&(scalar|ObjectClose|ArrayClose) == 0 {
decode.go#L148: if d.lastToken.kind == comma {
decode.go#L281: return d.lastToken.kind == 0
decode.go#L287: return d.lastToken.kind&Name != 0
decode.go#L289: return d.lastToken.kind&(ArrayOpen|comma) != 0
decode.go#L293: d.lastToken.kind, start))
decode.go#L300: kind: kind,
decode.go#L312: kind: Bool,
decode.go#L325: kind: String,
decode_token.go#L70: kind Kind
decode_token.go#L84: return t.kind
decode_token.go#L99: if t.kind == Name {
decode_token.go#L107: if t.kind == Bool {
decode_token.go#L116: if t.kind == String {
decode_token.go#L130: if t.kind != Number {
decode_token.go#L175: if t.kind != Number {
decode_token.go#L187: return x.kind == y.kind &&
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)